home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Games / HyperArchy / HyperArchy Manual / card_13328.txt < prev    next >
Text File  |  1990-02-11  |  2KB  |  75 lines

  1. -- card: 13328 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2784
  5. -- name: 
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=2 top=22 right=51 bottom=38
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 29114 / 29114
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Return
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect iris close
  23.   pop card
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 4 (field)
  29. -- low flags: 01
  30. -- high flags: 0000
  31. -- rect: left=6 top=51 right=342 bottom=502
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: 
  40.  
  41.  
  42. -- part 1 (button)
  43. -- low flags: 00
  44. -- high flags: 0000
  45. -- rect: left=1 top=307 right=336 bottom=38
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 902 / 902
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Prev
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   visual effect scroll right
  57.   go to previous card
  58. end mouseUp
  59.  
  60.  
  61. -- part contents for card part 4
  62. ----- text -----
  63.  
  64. WARNING!  WARNING!  WARNING!
  65.  
  66. When Using HyperArchy...
  67. NEVER use the Edit Menu commands like:
  68.  
  69. New Card (or Command-N)
  70. Delete Card
  71. Cut Card, Copy Card, or Paste Card
  72.  
  73. to add or delete cards once your HyperArchy database is set up.
  74.  
  75. Always use the HyperArchy on-card buttons to do this.  Otherwise the databse may end up holding unattached records and control funtions can fail!